home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / Perl_WWW_Utilities / man2html / CHANGES < prev    next >
Encoding:
Text File  |  1995-12-20  |  2.7 KB  |  79 lines

  1. CHANGES for man2html
  2.  
  3. MM/DD/YY
  4. ===========================================================================
  5. 12/22/95    (2.1.0)
  6.  
  7.     o  The -cgiurl option is no longer required with the -k option.
  8.        if -k is specified, man2html will process input as
  9.        keyword search results, regardless.
  10.  
  11.     o  Added a -solaris option (for lack of a better word).  Solaris
  12.        systems have a different keyword search output compared
  13.        to other systems.  Example:
  14.  
  15.         zcmp            zcmp (1)        - compare compressed files
  16.         zdiff           zcmp (1)        - compare compressed files
  17.  
  18.        The topic appears first.  Then the actual manpage of the
  19.        topic is listed second.  If your keyword search results
  20.        look like this, then use the -solaris option.
  21.        
  22.        This option is only effective with the -k option.
  23.  
  24.     o  Fixed bug when -nohead and -seealso are both specified.
  25.  
  26.     o  Fixed bug in detecting overstriking.  man2html was try
  27.        to be clever about non-alpha characters within overstriked
  28.        text, but it screwed up in other cases.  The "cleverness"
  29.        has been removed.
  30.  
  31.     o  '+' characters are mapped to '%2B' in cross-ref URLs.
  32.  
  33.     o  If -seealso is specified, all xrefs are detected after
  34.        the SEE ALSO heading.  I.e.  Sections after SEE ALSO
  35.        may contain hyperlinked xrefs.
  36.  
  37.     o  Speed increase.  The amount of increase will vary depending
  38.        on the input.
  39.  
  40. ===========================================================================
  41. 09/02/94    (2.0.2)
  42.  
  43.     o  Add the -bare option (for lack of a better name).  This
  44.        will keep man2html from inserting the HTML, HEAD, BODY
  45.        tags from the output.  This is useful if used in a CGI
  46.        script that wants to include the output from man2html into
  47.        an HTML document.
  48.  
  49.  
  50. ===========================================================================
  51. 08/19/94    (2.0.1)
  52.  
  53.     o  Fixed bug in not recognizing manpage cross-refs that
  54.        had a combination of bold-overstriking,
  55.        underline-overstriking, and plain text.
  56.  
  57.     o  Fixed bug in not detecting a <, >, or & to convert to an
  58.        entity if the character right before it was a <, >, or &.
  59.  
  60.     o  Speed increase.
  61.  
  62. ===========================================================================
  63. 07/18/94    (2.0.0 beta)
  64.  
  65.     o  Support for processing output from 'man -k', i.e. a 
  66.        keyord search.  Links are created for all manpages
  67.        listed, and the manpages are sorted by section.
  68.  
  69.     o  Can now properly detect manpage references containing
  70.        '_', '.', '+' characters.
  71.  
  72. ===========================================================================
  73. 07/15/94
  74.  
  75.     o  man2html supports the ability to link to other manpages.
  76.  
  77. ===========================================================================
  78. Earl Hood, ehood@convex.com
  79.